CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab genetic algorithm direct

搜索资源列表

  1. GAprogrames

    0下载:
  2. 收集的GA的一些源程序,包括交叉选择变异之类的一些。可以在MATLAB下直接使用的。学习遗传算法的可以看看。-GA collected some of the source, including cross-choice variation of such. MATLAB under the direct use. Learning Genetic Algorithm can see.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:215987
    • 提供者:zzl
  1. OptimizationofaDoubleWishboneSuspensionSystem

    0下载:
  2. This demo shows how to use MATLAB, Optimization Toolbox, and Genetic Algorithm and Direct Search Toolbox to optimize the design of a double wishbone suspension system.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2056712
    • 提供者:阳关
  1. GAbp

    3下载:
  2. 遗传算法程序包,包括用GA直接训练BP网络的权重算法,用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法,以及纯BP算法-Genetic Algorithm package, including direct training GA weight of BP network algorithm, first used GA for the weight of BP network, and then trained BP net BP mixed directly GA-BP
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3939
    • 提供者:yanhaifeixue
  1. MATLAB_yichuan

    0下载:
  2. 本书系统介绍MATLAB遗传算法和直接搜索工具箱的功能特点、编程原理及使用方法。全书共分为9章 第一章至第四章介绍遗传算法的基础知识第五章至第七章介绍英国设菲尔德大学的MATLAB遗传算法工具箱及其使用方法 第八章和第九章介绍MathWorks公司最新发布的MATLAB遗传算法与直接搜索工具箱及其使用方法-This book systematically introduce MATLAB Genetic Algorithm and Direct Search Toolbox featur
  3. 所属分类:matlab

    • 发布日期:2017-05-26
    • 文件大小:9705066
    • 提供者:黎剑楚
  1. Genetic_Algorithm_Direct_Search_using_Matlab

    0下载:
  2. Genetic Algorithm & Direct Search using Matlab.pdf
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:3009090
    • 提供者:gumpan
  1. Solving

    2下载:
  2. 求解双层规划问题常用的算法有极点算法、直接搜索法、下降法和非数值优化方法(如模拟退火算法、遗传算法等),遗传算法的求解思路是:首先对上层的决策变量编码,代人下层规划模型,通过求解下层模型的决策变量值,代入上层模型计算适应度值,然后进行交叉、变异、选择操作,最后求出最优解。-Solving Bilevel Programming Problems with pole algorithm commonly used algorithms, direct search method, descent
  3. 所属分类:Communication

    • 发布日期:2015-09-13
    • 文件大小:1854
    • 提供者:大海
  1. Tips-and-Tricks

    0下载:
  2. Engineers and scientists across all major industries use optimization to find better solutions to their problems. This webinar highlights the MathWorks optimization product offering, including MATLAB, Optimization Toolbox, and Global Optimization Too
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:46427010
    • 提供者:mingi, kim
  1. Genetic-Algorithm-and-Direct-Search

    0下载:
  2. 遗传算法matlab工具箱使用方法的pdf文件-Genetic Algorithm and Direct Search Toolbox
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3949831
    • 提供者:王龙
  1. Matlab_BP

    0下载:
  2. 于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。-BP network weights optimization is a constrained optimization problem, and the right value to real-coded, so the direct use of the Matl
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4310
    • 提供者:fuhai
  1. vrp

    3下载:
  2. 用matlab解决vrp问题,本程序为遗传算法解决基本VRP问题的例程。各供货点距离矩阵及遗传算法参数在VRP.M中给出。以路径长度作为遗传算法的适应度函数,约束函数通过在LEN中增加惩罚因子体现,本程序简便起见将不满足约束的直接加100;-Vrp matlab to solve the problem with the program for the genetic algorithm to solve the basic problem VRP routines. The delivery
  3. 所属分类:source in ebook

    • 发布日期:2016-03-07
    • 文件大小:4096
    • 提供者:leo mao
  1. 56896

    0下载:
  2. The following Matlab project contains the source code and Matlab examples used for optimization with matlab and the genetic algorithm and direct search toolbox. M-files accompanying the Genetic Algorithms & New Optimization Methods in MATLAB webinar.
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:10520
    • 提供者:WessamSayed
  1. 3

    1下载:
  2. 目前的多目标优化算法有很多,Kalyanmoy Deb 的 NSGA-II(Nondominated Sorting Genetic Algorithm II,带精英策略的快速非支配排序遗传算法)无疑是其中应用最为广泛也是最为成功的一种。MATLAB 自带的 gamultiobj 函数所采用的算法,就是基于 NSGA-II 改进的一种多目标优化算法(a variant of NSGA-II)。gamultiobj 函数的出现,为在 MATLAB 平台下解决多目标优化问题提供了良好的途径。gamu
  3. 所属分类:assembly language

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:刘琦
  1. ycsf

    0下载:
  2. 遗产算法MATLAB程序,可充当子程序嵌入到其他程序中直接调用(Genetic algorithm MATLAB program, when the program can be embedded into direct calls to other programs)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:58368
    • 提供者:Miter
搜珍网 www.dssz.com